toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.features.developingautoconfiguration.customstarter.configurationkeys
Package-level
declarations
Types
Types
Acme
Properties
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"acme"
)
open
class
AcmeProperties
@
ConfigurationProperties
(
value
=
"acme"
)
class
AcmeProperties
(
var
isCheckLocation
:
Boolean
=
true
,
var
loginTimeout
:
Duration
=
Duration.ofSeconds(3)
)